-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: reduce latency to process messages #161
Conversation
Codecov ReportBase: 82.28% // Head: 82.15% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
==========================================
- Coverage 82.28% 82.15% -0.14%
==========================================
Files 27 27
Lines 3127 3132 +5
Branches 645 645
==========================================
Hits 2573 2573
- Misses 339 342 +3
- Partials 215 217 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
_process_message
performance with a pxd
file
_process_message
performance with a pxd
filemessage_bus.py
_process_message
performance with a pxd
file
We are able to keep up with the 100ms buffer on the CSRs now almost every time |
message_bus.py
_process_message
performance with a pxd
file
No description provided.